home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / Eval / Source / GraphicsView.h < prev    next >
Text File  |  1992-01-26  |  188b  |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface GraphicsView:View
  7. { id image ;
  8. }
  9.  
  10. - clear ;
  11. - drawSelf: (NXRect *) rects :(int) count ;
  12. - image ;
  13. - setUp ;
  14. @end
  15.